object GroupNameDlg: TGroupNameDlg Left = 508 Top = 108 BorderStyle = bsSingle Caption = 'Group Name' ClientHeight = 75 ClientWidth = 218 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 2 Top = 2 Width = 64 Height = 13 Caption = 'Group name :' end object group_txt: TEdit Left = 40 Top = 19 Width = 169 Height = 21 TabOrder = 0 Text = 'Group' end object ok_btn: TButton Left = 32 Top = 45 Width = 73 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object cancel_btn: TButton Left = 112 Top = 45 Width = 73 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end